READ ME FIRST. More...
Go to the source code of this file.
READ ME FIRST.
The Zigbee Network Processor allows you to easily create Zigbee applications without having to make extensive changes to the Zigbee Stack. This page is a general overview of the examples we've provided to interface with the Zigbee Network Processor. See documentation on each file for more infomation. Methods are commented in the .c files. Header files list public (externally accessible) methods only.
The examples included demonstrate basic functionality to help you get up and running quickly. There are four categories of examples:
These are the generic ZNP configuration methods and can be used with Simple API or AFZDO. These require a hardware interface file (znp_interface_spi.c or znp_interface_uart.c).
This enables your application to send/receive data using the ZNP. Use either Simple API or AFZDO but not both.
These files support either SPI or UART interface. Only one should be used in a project.
Methods or defines used by one or more of the previous files.
1.6.3